func runtime.makeStatDepSet

43 uses

	runtime (current package)
		metrics.go#L95: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L102: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L109: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L116: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L123: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L130: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L137: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L144: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L151: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L158: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L165: 			deps: makeStatDepSet(cpuStatsDep),
		metrics.go#L172: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L179: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L186: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L193: 			deps: makeStatDepSet(gcStatsDep),
		metrics.go#L200: 			deps: makeStatDepSet(gcStatsDep),
		metrics.go#L207: 			deps: makeStatDepSet(gcStatsDep),
		metrics.go#L214: 			deps: makeStatDepSet(gcStatsDep),
		metrics.go#L221: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L233: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L240: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L247: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L259: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L266: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L273: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L292: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L299: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L306: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L338: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L347: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L354: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L361: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L368: 			deps: makeStatDepSet(heapStatsDep),
		metrics.go#L375: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L382: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L389: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L396: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L403: 			deps: makeStatDepSet(heapStatsDep, sysStatsDep),
		metrics.go#L410: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L417: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L424: 			deps: makeStatDepSet(sysStatsDep),
		metrics.go#L431: 			deps: makeStatDepSet(heapStatsDep, sysStatsDep),
		metrics.go#L522: func makeStatDepSet(deps ...statDep) statDepSet {